The Data Wrangler's Handbook by Banerjee Kyle;
Author:Banerjee, Kyle; [Banerjee, Kyle]
Language: eng
Format: epub
Tags: LAN025000 Language Arts & Disciplines / Library & Information Science / General
Publisher: American Library Association
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<books>
<xsl:for-each select="books/book">
<title><xsl:value-of select="title"/></title>
</xsl:for-each>
</books>
</xsl:template>
</xsl:stylesheet>
Figure 6.5: XSLT stylesheet example
If the stylesheet in figure 6.5 is applied to the XML in figure 6.3, the result is:
<?xml version="1.0"?>
<books>
<title>Migrating Library Data</title>
<title>Building Digital Libraries</title>
<title>Digital Libraries: Integrating Content and Systems</title>
</books>
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6811)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6787)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6673)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6461)
Driving Data Quality with Data Contracts by Andrew Jones(6406)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6164)
Learning SQL by Alan Beaulieu(6004)
Weapons of Math Destruction by Cathy O'Neil(5798)
Big Data Analysis with Python by Ivan Marin(5399)
Data Engineering with dbt by Roberto Zagni(4405)
Solidity Programming Essentials by Ritesh Modi(4054)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3913)
Pandas Cookbook by Theodore Petrou(3616)
Blockchain Basics by Daniel Drescher(3306)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2914)
Feature Store for Machine Learning by Jayanth Kumar M J(2820)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2803)
Mastering Python for Finance by Unknown(2748)
